[dokuwiki] Re: XMPP uri ?

  • From: TNHarris <telliamed@xxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Mon, 16 Nov 2009 20:20:43 -0500

On Mon, 16 Nov 2009 23:21:57 +0100
Xavier Maillard <xma@xxxxxxx> wrote:
> 
> is there anything I should do in order to make XMPP URI be what
> they are: xmpp uri :D
> 
> [[xmpp:jid]]
> 

Right now, it's probably simplest to use an interwiki link:

    [[xmpp>node]]

And in conf/interwiki.conf you have:

    xmpp    xmpp:

But this is a hack. Real support needs a plugin or changes to
inc/parser.php. Which isn't simple or obvious. Mailto support is only
possible by a large and ugly regexp. Adding more root-less URI schemes
can get very messy. More so that xmpp: with an authentication ID would
be seen by DokuWIki as an external link. (xmpp://loginas/msgto) Also
keep in mind that xmpp: is for a specific protocol and the recommended
schemes are im: and pres:.

Anyway, whoever tackles this...
RFC-5122: IRIs and URIs for the Extensible Messaging and Presence
Protocol.
RFC-3860: Common Profile for Instant Messaging (CPIM).
RFC-3859: Common Profile for Presence (CPP).
RFC-3986: Uniform Resource Identifier (URI): Generic Syntax.

-- tom
telliamed@xxxxxxxxxxxxx
-- 
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: